home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Comms Spectacular / MacHTTP 1.3 / MacHTTP Software / Documentation / AppleEvent & AppleScript Info / More Scripts / Stop MacHTTP < prev    next >
Encoding:
Text File  |  1994-04-28  |  197 b   |  9 lines  |  [TEXT/ToyS]

  1.  
  2. tell application "MacHTTP"
  3.     activate
  4.     Refuse Connections true
  5.     display dialog ¬
  6.         "Wait until there are no current connections, then click 'Quit'" buttons {"Quit"} default button 1
  7.     quit
  8. end tell
  9.